home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Explore Yellowstone
/
Explore Yellowstone (1997)(The Learning Company)[PC-Mac].iso
/
pc
/
mainmap.dir
/
00005_Script_fr animStart
< prev
next >
Wrap
Text File
|
1996-02-22
|
255b
|
14 lines
on exitFrame
global WhichChannel, animAudio, audioFlag
puppetSound animAudio
set audioFlag = FALSE
if RollOver(WhichChannel) then
go to "Loop2"
else
puppetSprite WhichChannel, FALSE
go to "Loop1"
end if
end